From c0af31ca669e2ea66ad33a27f23f0efffef2c948 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 6 Apr 2009 13:34:44 +0000 Subject: [PATCH] Remove stray newline in gopal help text. --- gopal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gopal.c b/gopal.c index 92d46e05d..b4786c224 100644 --- a/gopal.c +++ b/gopal.c @@ -73,7 +73,7 @@ static arglist_t gopal_args[] = { {"date", &optdate, "Complete date-free tracks with given date (YYYYMMDD).", NULL, ARGTYPE_INT, ARG_NOMINMAX }, {"maxspeed", &optmaxspeed, "The maximum speed (km/h) traveling from waypoint to waypoint.", "200", ARGTYPE_INT, "1", "1000" }, - {"minspeed", &optminspeed, "The minimum speed (km/h) traveling from waypoint to waypoint.\nset >0 to remove duplicate waypoints", "0", ARGTYPE_INT, "0", "999" }, + {"minspeed", &optminspeed, "The minimum speed (km/h) traveling from waypoint to waypoint. Set >0 to remove duplicate waypoints", "0", ARGTYPE_INT, "0", "999" }, {"clean", &optclean, "Cleanup common errors in trackdata", "1", ARGTYPE_BOOL, ARG_NOMINMAX }, ARG_TERMINATOR }; -- 2.30.2